Welcome![Sign In][Sign Up]
Location:
Search - USB ASM

Search list

[Other resourceUARUSB

Description: 在USB/UART转换芯片支持下,通过USB接口使用UART与上位机通讯, // 当收到上位机发送的数据时,把接收到的数据发送到上位机,显示 // 在上位机串口调试软件上 // IDE环境: SUNPLUS u nSPTM IDE 2.0.0(or later) // PC机环境: 串口调试工具(PortExpert) // 涉及的库: CMacro1016.lib // 组成文件: main.asm // 硬件连接: USB线连接实验仪与PC的USB接口-in USB / UART conversion chip support, USB interface through the use of UART and PC communications, / / When PC data transmission, regard the reception of the data sent to the PC, show / / the PC serial debugging software / / IDE environment : SUNPLUS u nSPTM IDE 2.0.0 (or later) / / PC environment : Serial debugging tools (PortExpert) / / the library : CMacro1016.lib / / constituent documents : main.asm / hardware / connection : USB link experimental instrument and the PC's USB port
Platform: | Size: 257037 | Author: leon | Hits:

[Othercombi_mouse_16

Description: combi mouse source code by cy7c63723, usb/ps2 mouse in C and ASM with hardware circuit design files
Platform: | Size: 932540 | Author: Lin | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Windows DevelopASM_PG

Description: TPC-2003硬件实验指导全部daima 清华大学 SEU实用-TPC-2003 hardware experimental guidance daima all practical Qinghua University SEU
Platform: | Size: 458752 | Author: znithy | Hits:

[CSharpCH372+MSP430

Description: MSP430完成数字信号处理+CH372完成USB通信,所有信息。-MSP430 complete digital signal processing+ USB complete USB communication, all the information.
Platform: | Size: 2048 | Author: shanyan | Hits:

[SCMPT2262.asm

Description: 无线解码程序,是用于多种无线报警主机的解码-wireless decoding procedure is used in a variety of wireless alarm host decoder
Platform: | Size: 3072 | Author: 黄亮 | Hits:

[SCMST_USBsoftware

Description: Handling Suspend Mode on a USB Mouse -Handling Suspend Mode on a USB Mouse
Platform: | Size: 3658752 | Author: sally | Hits:

[Embeded-SCM Developout

Description: pic18f4550 作的USB BULK传输,理论可到1MB/S,600H FLASH空间-pic18f4550 for USB BULK transmission, the theory can be 1MB/S, 600H FLASH space
Platform: | Size: 247808 | Author: lzy | Hits:

[DocumentsASM

Description: HT46RB50温度计,了解其usb通信-HT46RB50 thermometer, understand their usb communication
Platform: | Size: 50176 | Author: yangjinlin | Hits:

[SCMC51-SCH-JIFEN

Description: AT89C52单片机为核心,通过驱动芯片MAX7219和片外E2PROM AT24C64等串行接口芯片扩展外围接口设计而成多功能体育比赛电子计分器-AT89C52 single-chip microcomputer as the core, through the driver chip and MAX7219 chip E2PROM AT24C64 serial interface chip, such as the expansion peripheral interface designed multi-purpose sports electronic scoreboard device
Platform: | Size: 12288 | Author: 张品 | Hits:

[SCMUSBkeyboard

Description: 基于LPC2148(ARM7)实现USB键盘-Based on the LPC2148 (ARM7) realize USB keyboard
Platform: | Size: 139264 | Author: 顾志敏 | Hits:

[assembly languageusbdos

Description: dos下的USB源码(包括UHCI,OHCI, EHCI);-dos under the USB source (including the UHCI, OHCI, EHCI)
Platform: | Size: 731136 | Author: | Hits:

[SCMasm

Description: 周立功关于USB1.1的asm源码,可以很好得学习USB的 基本知识,是用51MCU写的-Week Ligong USB1.1 about the asm source, you can get a good study of the basic knowledge of USB is to use the Writing 51MCU
Platform: | Size: 121856 | Author: 江水 | Hits:

[assembly languageusb2lpt.ZIP

Description: USB to LPT using ATMEGA8 driver and firmware
Platform: | Size: 364544 | Author: dwi mulyanto | Hits:

[SCMFreescaleJB8USBcode

Description: 用于熟悉Freescale JB8单片机的USB模块-Freescale JB8 for MCU with USB module
Platform: | Size: 30720 | Author: 张晚生 | Hits:

[SCMUSBshujutongxinmokuai

Description: 本程序实现基于PIC18F4550的USB HID类协议的通信,内有源代码和电路图。-This procedure to achieve the USB HID class based on the PIC18F4550 protocol communication, within the source code and circuit diagrams.
Platform: | Size: 22528 | Author: 陈栩云 | Hits:

[Other Embeded programC8051F34x

Description: USB实例,F340控制器,USB从机控制
Platform: | Size: 1215488 | Author: mmmmmm | Hits:

[ARM-PowerPC-ColdFire-MIPSdemo

Description: 下面是目录介绍 ADC---------ADC模数转换实验 ASM---------汇编程序实验 ASM_c-------汇编和C语言混合实验 CF----------CF读写实验 DcMotor-----直流电机实验 DMA——-----DMA数据传输实验 GPRS--------GPRS/GSM通讯实验 GPS---------GPS全球定位实验 IDE---------IDE测试实验 IIC---------IIC读写实验 IIS---------IIS音频实验 KeyScan-----行列式键盘扫描实验 Lcd---------TFT lcd显示实验 LED8X8------8x8 LED点阵实验 NandFlash---NandFlash读写实验 NorFlash----NorFlash读写实验 Pwm---------Pwm脉宽调制实验 RS485-------RS485通讯实验 Rtc---------Rtc实时时钟实验 StepMotor---步进电机控制实验 TFTP--------TFTP网络通讯实验 Timer_Interrupt---定时器中断实验 TouchPanel----触摸屏实验 UART--------串口通讯实验 uCOSII------uCOSII移植实验 USB_Device----USB deivce通讯实验 WatchDog-----看门狗实验-The following is a directory description ADC--------- ADC ADC test ASM--------- assembler experiment ASM_c------- assembly and C language mixing experiment CF---------- CF literacy test DcMotor----- DC motor experiment DMA------- DMA data transfer experiment GPRS--------GPRS/GSM communication experiment GPS--------- GPS Global Positioning Experiment IDE--------- IDE Testing Laboratory IIC--------- IIC literacy test IIS--------- IIS audio test KeyScan----- determinant keyboard scan experiment Lcd--------- TFT lcd display experiments LED8X8------ 8x8 LED dot matrix experiment NandFlash--- NandFlash literacy test NorFlash---- NorFlash literacy test Pwm--------- Pwm PWM test RS485------- RS485 communication experiment Rtc--------- Rtc Real Time Clock Experiment StepMotor--- stepper motor control experiment TFTP-------- TFTP network communication experiment Timer_Interrupt--- timer interrupt test TouchPanel---- touch screen test UART--------
Platform: | Size: 2073600 | Author: asdfasdf | Hits:

[USB developusb-reader-asm

Description: 一个对于U盘读取的汇编代码,使用了usb协议,是一个非常不错的代码-the flash rom read
Platform: | Size: 8192 | Author: 温南 | Hits:

[SCMEM78M611

Description: 义隆芯片EM78M611的USB的ASM源码-The USB ASM code of the chip EM78M611
Platform: | Size: 36864 | Author: try | Hits:
« 1 23 »

CodeBus www.codebus.net